From ba4899dc8e4c2354aabd7ef4de9858d57f00f238 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 20 Jun 2005 22:13:18 +0000 Subject: [PATCH] Add (bogus) missing initializer. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1203 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/garmin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/garmin.c b/gpsbabel/garmin.c index a25b363c0..a5296f229 100644 --- a/gpsbabel/garmin.c +++ b/gpsbabel/garmin.c @@ -51,7 +51,7 @@ arglist_t garmin_args[] = { NULL, ARGTYPE_BOOL}, { "power_off", &poweroff, "Command unit to power itself down", NULL, ARGTYPE_BOOL}, - { 0, 0, 0, 0} + { 0, 0, 0, 0, 0} }; static const char * d103_symbol_from_icon_number(unsigned int n); -- 2.30.2